Builder

open class Builder(source)

Builder class for NotificationChannelGroupCompat objects.

Constructors

Link copied to clipboard
constructor(@NonNull id: @NonNull String)
Creates a notification channel group.

Functions

Link copied to clipboard
@NonNull
open fun build(): @NonNull NotificationChannelGroupCompat
Creates a NotificationChannelGroupCompat instance.
Link copied to clipboard
@NonNull
open fun setDescription(@Nullable description: @Nullable String): @NonNull NotificationChannelGroupCompat.Builder
Sets the user visible description of this group.
Link copied to clipboard
@NonNull
open fun setName(@Nullable name: @Nullable CharSequence): @NonNull NotificationChannelGroupCompat.Builder
Sets the user visible name of this group.